Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

File metadata and controls

26 lines (17 loc) · 1.11 KB

Interacting Test Suites

Definition:

  • A special case of Interacting Tests where the tests are in different test suites.

Code Example:

Suite1.run()--> Green
Suite2.run()--> Green
Suite(Suite1,Suite2).run()--> Test C in Suite2 fails

References:

Quality attributes